home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 14167 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: hermes.dna.mci.com!news
  2. From: 0006577049@mcimail.com (Eric Brown)
  3. Newsgroups: comp.unix.programmer,comp.lang.c,comp.unix.internals
  4. Subject: Re: C compiler Error on EXEC SQL
  5. Date: 12 Apr 1996 12:15:22 GMT
  6. Organization: MCI Communications Corp.
  7. Message-ID: <4klhgq$v8@hermes.dna.mci.com>
  8. References: <4kkej2$3ta@news.cc.utah.edu> <smryanDpqH4n.JIM@netcom.com>
  9. Reply-To: 0006577049@mcimail.com (Eric Brown)
  10. NNTP-Posting-Host: 166.41.58.157
  11. X-Newsreader: IBM NewsReader/2 v1.00
  12.  
  13. In <smryanDpqH4n.JIM@netcom.com>, smryan@netcom.com (@#$%!?!) writes:
  14. >: I post this for my friend who has no access to the internet and would like to
  15. >: get help from C experts in the Net. She has a C program left over from a guy
  16. >: left the company. The C source code is included below as well as the compiler
  17. >: error generated by HP UNIX. What is the EXEC SQL instruction ? It doesn't seem
  18. >: to be a standard C. 
  19. >
  20. >System Query Language?
  21. >
  22. >This looks like it is supposed to be preprocessed by a database system into
  23. >legitimate C before compilation.
  24. >
  25. >-- 
  26. >The Queen, amused, in quiet power,         | smryan@netcom.com  PO Box 1563
  27. >will draw the son to darkenned bower.      |          Cupertino, California
  28. >Her face is fair, her fragrance rare,      | (xxx)xxx-xxxx            95015
  29. >with woven webs for wayward flower.        |         I don't use no smileys
  30.  
  31. Structured Query Lamguage.  It is used by relational databases such as DB2, Informix,
  32. Sybase, and Oracle to allow batch or online programs interact with such databases.
  33. As was noted above, the EXEC SQL tag identifies a piece of code to be preprocessed
  34. by an SQL preprocessor.  Your friend must have one of these databases (or could be
  35. one of the other 'off-brands').
  36.  
  37. Eric Brown
  38. Colorado Springs, CO
  39.  
  40. *********************************************************************
  41. * The opinions expressed herein do not reflect those of my employer *
  42. *********************************************************************
  43.  
  44.